Release 10.1A: OpenEdge Development:
ADM Reference


setupTTFromSig function

Function used to create a dynamic temp-table that invokes a call from the signature of a procedure or function.

Parameters:

pcTableName INPUT CHARACTER

Name to assign to the newly created temp-table.

phPersProc INPUT HANDLE

Handle to the persistent procedure that contains the call needed to derive the signature. This parameter is optional. If nothing is specified, then ? is passed.

pcIntEntry INPUTCHARACTER

Procedure used to derive the signature for which a temp-table structure is to be created. This parameter is optional. If nothing is specified, then ? is passed.

pcSignature INPUT CHARACTER

Signature of the procedure or function to invoke. This parameter is optional. If nothing is specified, then "" or ? is passed.

phInitValueTT INPUT HANDLE

Handle to a temp-table that contains the parameter values to use for the call. This parameter is optional. If nothing is specified, then ? is passed.

Returns: A handle to the created temp-table.

Notes:


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095